home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_1189 / frame_53 / DoAction.as < prev   
Encoding:
Text File  |  2004-09-30  |  568 b   |  24 lines

  1. if(B32A)
  2. {
  3.    Text1 = "A to funguje {invalid_utf8=250}pln{invalid_utf8=236} na ka{invalid_utf8=158}d{invalid_utf8=233}ho?";
  4.    if(_root.menu.eng)
  5.    {
  6.       Text1 = "And does it work with everybody?";
  7.    }
  8. }
  9. else
  10. {
  11.    Text1 = "";
  12.    setProperty("But1", _visible, false);
  13. }
  14. Text2 = "A nebude v{invalid_utf8=225}m ten p{invalid_utf8=248}{invalid_utf8=237}stroj chyb{invalid_utf8=236}t?";
  15. if(_root.menu.eng)
  16. {
  17.    Text2 = "And don\'t you miss it?";
  18. }
  19. But1.Varianta = "A";
  20. But2.Varianta = "B";
  21. Level = "32";
  22. But1.Enabled = B21A;
  23. But2.Enabled = true;
  24.